home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TKEYBLOCKINPUTFORM / TKEYBLOCKINPUTFORM.txt
Text File  |  2004-10-12  |  1KB  |  73 lines

  1. object KeyBlockInputForm: TKeyBlockInputForm
  2.   Left = 373
  3.   Top = 110
  4.   HelpContext = 14220
  5.   BorderStyle = bsDialog
  6.   Caption = 'Please Enter the Registration Key'
  7.   ClientHeight = 169
  8.   ClientWidth = 609
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnActivate = FormActivate
  19.   OnClose = FormClose
  20.   OnCloseQuery = FormCloseQuery
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object lKeyBlock: TLabel
  24.     Left = 8
  25.     Top = 8
  26.     Width = 3
  27.     Height = 13
  28.     FocusControl = eKey
  29.   end
  30.   object eKey: TMemo
  31.     Left = 8
  32.     Top = 24
  33.     Width = 593
  34.     Height = 97
  35.     Font.Charset = RUSSIAN_CHARSET
  36.     Font.Color = clWindowText
  37.     Font.Height = -12
  38.     Font.Name = 'Courier New'
  39.     Font.Style = []
  40.     ParentFont = False
  41.     TabOrder = 0
  42.   end
  43.   object Button1: TButton
  44.     Left = 328
  45.     Top = 136
  46.     Width = 81
  47.     Height = 25
  48.     Caption = 'OK'
  49.     Default = True
  50.     ModalResult = 1
  51.     TabOrder = 1
  52.   end
  53.   object bCancel: TButton
  54.     Left = 424
  55.     Top = 136
  56.     Width = 81
  57.     Height = 25
  58.     Cancel = True
  59.     Caption = 'Cancel'
  60.     ModalResult = 2
  61.     TabOrder = 2
  62.   end
  63.   object bHelp: TButton
  64.     Left = 520
  65.     Top = 136
  66.     Width = 81
  67.     Height = 25
  68.     Caption = 'Help'
  69.     TabOrder = 3
  70.     OnClick = bHelpClick
  71.   end
  72. end
  73.